home *** CD-ROM | disk | FTP | other *** search
/ Chip: Net Guide / CHIP NET Rehberi Eylül 1998.iso / ftp / 32psfp / _SETUP.1 / ftppro.exe / 0 / RCDATA / TLOGFORM / TLOGFORM.txt
Encoding:
Text File  |  1998-06-12  |  6.8 KB  |  233 lines

  1. object LogForm: TLogForm
  2.   Left = 41
  3.   Top = 160
  4.   Width = 665
  5.   Height = 311
  6.   Caption = 'Log'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   ShowHint = True
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnHide = FormHide
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 552
  22.     Top = 0
  23.     Width = 105
  24.     Height = 284
  25.     Align = alRight
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object Bevel1: TBevel
  29.       Left = 11
  30.       Top = 184
  31.       Width = 88
  32.       Height = 57
  33.       Shape = bsFrame
  34.     end
  35.     object Label1: TLabel
  36.       Left = 16
  37.       Top = 192
  38.       Width = 77
  39.       Height = 13
  40.       Caption = 'Auto-delete past'
  41.     end
  42.     object Label2: TLabel
  43.       Left = 66
  44.       Top = 211
  45.       Width = 22
  46.       Height = 13
  47.       Caption = 'days'
  48.     end
  49.     object BitBtn1: TBitBtn
  50.       Left = 16
  51.       Top = 8
  52.       Width = 75
  53.       Height = 25
  54.       Caption = '&OK'
  55.       TabOrder = 0
  56.       OnClick = BitBtn1Click
  57.       Kind = bkOK
  58.     end
  59.     object BitBtn2: TBitBtn
  60.       Left = 16
  61.       Top = 104
  62.       Width = 75
  63.       Height = 25
  64.       Hint = 'Delete Selected Entries'
  65.       Cancel = True
  66.       Caption = '&Delete'
  67.       TabOrder = 3
  68.       OnClick = BitBtn2Click
  69.       Glyph.Data = {
  70.         76010000424D7601000000000000760000002800000020000000100000000100
  71.         04000000000000010000120B0000120B00001000000000000000000000000000
  72.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  73.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  74.         3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  75.         33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  76.         33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  77.         333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  78.         03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  79.         33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  80.         0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  81.         3333333337FFF7F3333333333000003333333333377777333333}
  82.       NumGlyphs = 2
  83.     end
  84.     object BitBtn3: TBitBtn
  85.       Left = 16
  86.       Top = 40
  87.       Width = 75
  88.       Height = 25
  89.       TabOrder = 1
  90.       OnClick = BitBtn3Click
  91.       Kind = bkHelp
  92.     end
  93.     object BitBtn4: TBitBtn
  94.       Left = 16
  95.       Top = 136
  96.       Width = 75
  97.       Height = 25
  98.       Hint = 'Delete All Entries'
  99.       Cancel = True
  100.       Caption = '&Clear'
  101.       TabOrder = 4
  102.       OnClick = BitBtn4Click
  103.       Glyph.Data = {
  104.         76010000424D7601000000000000760000002800000020000000100000000100
  105.         04000000000000010000120B0000120B00001000000000000000000000000000
  106.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  107.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  108.         3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  109.         33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  110.         33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  111.         333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  112.         03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  113.         33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  114.         0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  115.         3333333337FFF7F3333333333000003333333333377777333333}
  116.       NumGlyphs = 2
  117.     end
  118.     object Edit1: TEdit
  119.       Left = 16
  120.       Top = 208
  121.       Width = 33
  122.       Height = 21
  123.       TabOrder = 5
  124.       Text = '0'
  125.     end
  126.     object UpDown1: TUpDown
  127.       Left = 49
  128.       Top = 208
  129.       Width = 15
  130.       Height = 21
  131.       Associate = Edit1
  132.       Min = 0
  133.       Max = 999
  134.       Position = 0
  135.       TabOrder = 6
  136.       Wrap = False
  137.     end
  138.     object BitBtn5: TBitBtn
  139.       Left = 16
  140.       Top = 70
  141.       Width = 77
  142.       Height = 27
  143.       Hint = 'Print Log (On Screen Preview First)'
  144.       Caption = '&Print'
  145.       Default = True
  146.       TabOrder = 2
  147.       OnClick = BitBtn5Click
  148.       Glyph.Data = {
  149.         76010000424D7601000000000000760000002800000020000000100000000100
  150.         04000000000000010000130B0000130B00001000000000000000000000000000
  151.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  152.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  153.         00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  154.         8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  155.         8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  156.         8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  157.         03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  158.         03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  159.         33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  160.         33333337FFFF7733333333300000033333333337777773333333}
  161.       Margin = 2
  162.       NumGlyphs = 2
  163.       Spacing = -1
  164.       IsControl = True
  165.     end
  166.   end
  167.   object ListView1: TListView
  168.     Left = 0
  169.     Top = 0
  170.     Width = 552
  171.     Height = 284
  172.     Align = alClient
  173.     Columns = <
  174.       item
  175.         Caption = 'Date'
  176.         Width = 80
  177.       end
  178.       item
  179.         Caption = 'Time'
  180.         Width = 60
  181.       end
  182.       item
  183.         Caption = 'Remote Site'
  184.         Width = 140
  185.       end
  186.       item
  187.         Caption = 'Filename'
  188.         Width = 100
  189.       end
  190.       item
  191.         Caption = 'Description'
  192.         Width = 500
  193.       end>
  194.     ReadOnly = True
  195.     Font.Charset = DEFAULT_CHARSET
  196.     Font.Color = clBlack
  197.     Font.Height = -11
  198.     Font.Name = 'MS Sans Serif'
  199.     Font.Style = []
  200.     MultiSelect = True
  201.     ParentFont = False
  202.     TabOrder = 1
  203.     ViewStyle = vsReport
  204.   end
  205.   object DetailShell1: TDetailShell
  206.     OnBodyBefore = DetailShell1BodyBefore
  207.     OnRowPrint = DetailShell1RowPrint
  208.     OnRowAfter = DetailShell1RowAfter
  209.     Left = 608
  210.     Top = 248
  211.   end
  212.   object ReportSystem1: TReportSystem
  213.     TitleSetup = 'Report Setup'
  214.     TitleStatus = 'Report Status'
  215.     TitlePreview = 'Report Preview'
  216.     SystemSetups = [ssAllowCopies, ssAllowCollate, ssAllowDuplex, ssAllowDestPreview, ssAllowDestPrinter, ssAllowDestFile, ssAllowPrinterSetup]
  217.     SystemFiler.StatusFormat = 'Generating page %p'
  218.     SystemPreview.RulerType = rtBothIn
  219.     SystemPreview.ZoomFactor = 100.000000000000000000
  220.     SystemPrinter.MarginBottom = 1.000000000000000000
  221.     SystemPrinter.MarginTop = 1.000000000000000000
  222.     SystemPrinter.ScaleX = 100.000000000000000000
  223.     SystemPrinter.ScaleY = 100.000000000000000000
  224.     SystemPrinter.StatusFormat = 'Printing page %p'
  225.     SystemPrinter.Title = 'ReportPrinter Report'
  226.     SystemPrinter.UnitsFactor = 1.000000000000000000
  227.     OnPrint = ReportSystem1Print
  228.     OnNewPage = ReportSystem1NewPage
  229.     Left = 568
  230.     Top = 248
  231.   end
  232. end
  233.